MediaCollectionAdd Method (Media) |
Adds a
Media to the collection.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic int Add(
Media media
)
Public Function Add (
media As Media
) As Integer
Parameters
- media
- Type: Independentsoft.Sip.SdpMedia
A Media to add to the collection.
Return Value
Type:
Int32The index of the added item.
See Also